home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 7 / Apprentice-Release7.iso / Source Code / C / Applications / Tcl-Tk 8.0 / Pre-installed version / tk8.0 / mac / tkMacMenu.r < prev    next >
Encoding:
Text File  |  1997-08-15  |  1.1 KB  |  48 lines  |  [TEXT/CWIE]

  1. /*
  2.  * tkMacMenu.r --
  3.  *
  4.  *    Resources needed by menus.
  5.  *
  6.  *    This file also contains the icons 'SICN' used by the menu code
  7.  *    in menu items.  
  8.  *
  9.  * Copyright (c) 1997 Sun Microsystems, Inc.
  10.  *
  11.  * See the file "license.terms" for information on usage and redistribution
  12.  * of this file, and for a DISCLAIMER OF ALL WARRANTIES.
  13.  *
  14.  * SCCS: @(#) tkMacMenu.r 1.1 97/07/11 18:06:27
  15.  */
  16.  
  17. #include <Types.r>
  18.  
  19. /*
  20.  * Icons used in menu items.
  21.  */
  22.  
  23. resource 'SICN' (128, preload) {
  24.     {    /* array: 7 elements */
  25.         /* [1] */
  26.         $"0000 0000 8000 C000 E000 F000 F800 FC00"
  27.         $"F800 F000 E000 C000 80",
  28.         /* [2] */
  29.         $"0000 0000 0000 0800 1400 2200 4100 8080"
  30.         $"E380 2200 2200 2200 3E",
  31.         /* [3] */
  32.         $"0000 0000 0000 0000 0000 F8F0 C4F0 F270"
  33.         $"0900 0480 0270 0130 00F0",
  34.         /* [4] */
  35.         $"0000 0000 0000 0000 0000 0000 0000 0000"
  36.         $"0000 E4E0 CE60 1B00 3180",
  37.         /* [5] */
  38.         $"0000 0000 0000 0000 6300 9480 9480 7F00"
  39.         $"1400 7F00 9480 9480 63",
  40.         /* [6] */
  41.         $"0000 0000 0000 0000 0000 3FF8 1FF0 0FE0"
  42.         $"07C0 0380 01",
  43.         /* [7] */
  44.         $"0000 0000 0000 0000 0000 0100 0380 07C0"
  45.         $"0FE0 1FF0 3FF8"
  46.     }
  47. };
  48.